Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upRemove dotted outline border on Firefox and background color after item selected in IE #19398
Comments
This comment has been minimized.
This comment has been minimized.
Does that match the appearance of pull-down menus in native apps on the relevant version of Windows? |
This comment has been minimized.
This comment has been minimized.
I am keeping native version but when only one platform is changing colors especially when they don't fit into design, I wouldn't say it's a customization but reset. If input bg color is xyz I want to keep it xyz when item selected from list and dropdown closed like in any other browser. Can't say 100% about native apps. |
This comment has been minimized.
This comment has been minimized.
|
X-Ref: #17006 |
This comment has been minimized.
This comment has been minimized.
|
Regarding the Firefox focus styles, in general you don't want to explicitly suppress focus outline, as that's required for accessibility (notably, for sighted keyboard users) unless there's a very clear alternative indication of |
This comment has been minimized.
This comment has been minimized.
|
As for the issue of |
This comment has been minimized.
This comment has been minimized.
|
For reference, focusing on a with the proposed |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
taking a step back, are you suggesting this should be applied to |
This comment has been minimized.
This comment has been minimized.
|
Having done some more testing, yeah. Vanilla |
This comment has been minimized.
This comment has been minimized.
|
done #19714 |
This comment has been minimized.
This comment has been minimized.
|
Lost track here...can this be closed/is it addressed sufficiently? |



There are many normalizers, resets and bs4 also uses ones, however, I still have to reset Firefox's dotted outline borders when clicking on buttons, links, etc and don't understand why for so many years those normalizers aren't doing it.
I would suggest to add it to bs3/bs4 core/reset styles:
Also in IE and Edge when item selected from
<select>it has blue background color and white text color while all other browsers keep using inputs css styles, I've added this to reset it: